From: Glenn Morris Date: Sun, 24 Oct 2010 01:22:37 +0000 (-0700) Subject: Sync X and MS-Windows docs for x-use-underline-position-properties. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5976 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=33d1cc611da134b4fac90da9710e31dc0fd279a8;p=emacs.git Sync X and MS-Windows docs for x-use-underline-position-properties. * src/w32term.c (syms_of_w32term) : Sync doc with the xterm.c version. --- diff --git a/src/ChangeLog b/src/ChangeLog index f923a41c3fe..a75e10d610c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2010-10-24 Glenn Morris + * w32term.c (syms_of_w32term) : + Sync doc with the xterm.c version. + * w32term.c (syms_of_w32term) : * xterm.c (syms_of_xterm) : Sync docs. diff --git a/src/w32term.c b/src/w32term.c index e9865ed7aee..7690f13799f 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -6337,7 +6337,9 @@ the cursor have no effect. */); doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. A value of nil means ignore them. If you encounter fonts with bogus UNDERLINE_POSITION font properties, for example 7x13 on XFree prior -to 4.1, set this to nil. */); +to 4.1, set this to nil. You can also use `underline-minimum-offset' +to override the font's UNDERLINE_POSITION for small font display +sizes. */); x_use_underline_position_properties = 0; DEFVAR_BOOL ("x-underline-at-descent-line",